-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Aztec version to v1.5.1 #15618
Bump Aztec version to v1.5.1 #15618
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
Generated by 🚫 dangerJS |
You can test the changes on this Pull Request by downloading the APKs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Verified that both the Classic editor and gb-mobile work fine.
@@ -8,7 +8,7 @@ buildscript { | |||
ext.wordPressUtilsVersion = '2.2.0' | |||
ext.wordPressLoginVersion = '0.0.8' | |||
ext.detektVersion = '1.15.0' | |||
ext.gutenbergMobileVersion = 'v1.66.0' | |||
ext.gutenbergMobileVersion = 'v1.68.0-alpha1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might get a conflict after GB-mobile version 1.67.0
is merged into develop
and we try merging the branch gutenberg/after_1.67.0
. In that case, we might need to create a new tag v1.68.0-alpha2
to point to a later GB-mobile commit so it includes changes from 1.67.0
and the changes from wordpress-mobile/gutenberg-mobile#4290.
This PR bumps the Aztec version to
v1.5.1
to include the fix wordpress-mobile/AztecEditor-Android#945 for the Gutenberg editor.To test:
Follow testing instructions from wordpress-mobile/gutenberg-mobile#4290.
Regression Notes
Potential unintended areas of impact
N/A
What I did to test those areas of impact (or what existing automated tests I relied on)
N/A
What automated tests I added (or what prevented me from doing so)
N/A
PR submission checklist:
RELEASE-NOTES.txt
if necessary.